Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

fix live chart bar width problem #116

Merged
merged 3 commits into from
May 8, 2020

Conversation

ylwu-amzn
Copy link
Contributor

Issue #, if available:

Description of changes:

  • fix live chart bar width problem

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@ohltyler ohltyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

: getFloorPlotTime(dateRange.endDate);

while (endTime < dateRange.endDate) {
endTime += MIN_IN_MILLI_SECS * interval;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add comment saying why we need this, such as: "make sure the end of plot time is big enough to cover NOW annotation, which is at dateRange.endDate"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@ylwu-amzn ylwu-amzn merged commit c8ad97e into opendistro-for-elasticsearch:master May 8, 2020
yizheliu-amazon pushed a commit that referenced this pull request May 8, 2020
* fix live chart bar width problem

* fix null anomalies and missing now line

* add comments; add Yizhe and Tyler to CONTRIBUTORS
yizheliu-amazon pushed a commit that referenced this pull request May 8, 2020
* fix live chart bar width problem

* fix null anomalies and missing now line

* add comments; add Yizhe and Tyler to CONTRIBUTORS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants